home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
fractal
/
iterat31
/
modulus.frm
< prev
next >
Wrap
Text File
|
1993-11-17
|
247b
|
23 lines
;Iterate function file
;by Brent Hugh
;Window defaults
xmin=-10
xmax=10
ymin=-10
ymax=10
;Parameter defaults
a=10
b=10
;the function
x=(x+y)/(x-y)|a
y=x|b
;the symbol | denotes modulus, i.e. x|b means x mod b